home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 1 / MacMania 1.toast / Games / Mech Zone / Release Notes < prev   
Text File  |  1991-09-07  |  2KB  |  57 lines

  1. Thanks for downloading Mech Zone.  There's not much to
  2. say other than READ THE MANUAL, but we are aware of a
  3. few bugs that haven't been ironed out yet:
  4.   
  5.   On the cosmetic side of things, the shield meters
  6. sometimes go completely black or get whited out for
  7. no good reason.  We don't know why.  There have also
  8. been a few instances in which the debugging windows
  9. aren't redrawn fully.
  10.   When using structured code, system errors can occur
  11. due to syntactically-correct-but-functionally-incorrect
  12. robot code.  We've tried to incorporate a fair amount of 
  13. run-time error checking, but things can slip through the
  14. cracks, apparently.
  15.   (This one's mentioned in the manual, but is worth
  16. repeating): when creating variables, don't let them begin
  17. with names of reserved words, i.e. WHILE is a reserved word 
  18. in Mech Zone.  For the sake of your sanity, don't create a
  19. variable called WHILEST.  
  20.  
  21. These problems occur very rarely and may not happen to you
  22. at all.  If any of them does happen to rear its ugly head,
  23. try to remember what you were doing and what was going on
  24. in the battle (and what robots were battling) when the 
  25. problem occured, and drop us a note.  
  26.  
  27.  
  28.   A sound note: if you have System 6.0.5 or better, turn
  29. the sound volume up to 11 in your control panel and prepare
  30. to bang your head against your monitor as the intro tune 
  31. plays.  If you like the tune, BUY THE ALBUM.  See the 
  32. About... box for song credits.  I recommend it most
  33. heartily.
  34.  
  35.   A word to those who like to plan for the future: the
  36. few eccentricities of the language noted above are a 
  37. result of a bastardizing of two completely disjoint 
  38. programming styles: line-numbers-and-GOTOs-style (a la
  39. BASIC) and structured style (a la Pascal).  This strange
  40. marriage is the result of a desire for a more robust 
  41. language coupled with a desire to allow users of 
  42. Robot Battle 1.1 to run their old programs.  This is the
  43. last version of Robot Battle that will allow these 
  44. old-style programs.  A new version, slated for the end of
  45. the year, will have a very robust programming language
  46. (complete with functions, parameters, and all the other
  47. goodies associated with C and Pascal) which will be
  48. completely incompatible with version 1.1 robots.  If you're
  49. interested in staying current, start getting into the 
  50. swing of structured programming now.  It's the wave of the
  51. future - ride it.
  52.  
  53. Tob
  54. 9-7-91
  55.  
  56.  
  57.